home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / SPLINE.ZIP / PFLYANIM.POV < prev    next >
Encoding:
Text File  |  1997-03-10  |  417 b   |  14 lines

  1. // SPLINE GENERATOR SAMPLE: ANIMATION PREVIEW
  2. // ******************************************
  3.  
  4. #include "Landscap.pov"
  5.  
  6. #declare spline_file = "Smooth.spl"
  7. #declare spline_smoothness = 25
  8. #declare spline_object = sphere {<0, 0, 0>, 1
  9.    pigment {rgb <0, 0, 1>} finish {ambient 1 diffuse 0}
  10.    no_shadow}
  11.  
  12. object {#include "ShowSpl.inc" translate <0, 5, 0>}
  13. camera {location <0, 60, -10> look_at <0, 0, 0>}
  14.